home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFER__
/
PROTO
/
U
/
DOMENULI.C
< prev
next >
Wrap
Text File
|
1991-07-23
|
756b
|
33 lines
/* DoMenuLife Special menu handling */
/* Unit name: DoMenuLife.c */
/* Function: Handle other specific menu lists. */
/* History: 7/23/91 Original by Prototyper 3.0 */
#include "PCommonLife.h" /* Common */
#include "Common_Life.h" /* Common */
#include "PUtils_Life.h" /* General Utilities */
#include "Utils_Life.h" /* General Utilities */
#include "DoMenuLife.h" /* This file */
/* ======================================================= */
/* Routine: Handle_Other_Menus */
/* Purpose: Handle special menus */
void Handle_Other_Menus( theMenu, theItem)
short theMenu;
short theItem;
{
} /* End of procedure Handle_Other_Menus */
/* ======================================================= */